home *** CD-ROM | disk | FTP | other *** search
/ ftp.msan.hr / ftp.msan.hr.tar / ftp.msan.hr / Drivers / Info Kiosk / Magtek / 99510016.exe / DISK1 / Data1.cab / MCPUsermode.inf < prev    next >
Windows Setup INFormation  |  2004-06-15  |  3KB  |  90 lines

  1. ; MagTek MCP Usermode Library
  2. ; Copyright (C) 2004 by MagTek Inc
  3. ; All rights reserved
  4. ; Part Number:30037834-103
  5.  
  6. [Version]
  7. Signature=$CHICAGO$
  8.  
  9. [cfg_prop_map]
  10. ; 'known' properties      type,attr,[min,max | (strings)]
  11. TraceFilePath            =0,0
  12. MaxTraceFileSize         =1,0
  13. ClearTraceFile           =1,0
  14. Core.TraceEnabled        =1,0
  15. Core.ErrorLogLevel       =1,0
  16. Core.RspTimeout          =1,0
  17. Port.RAWEnabled          =1,0
  18. Port.EDCTypeOverride     =1,0
  19. Port.Name                =0,2   ; 'xpt1'
  20. Port.TraceEnabled        =1,0
  21. Port.ErrorLogLevel       =1,0
  22. Port.BlockWaitTimeout    =1,0
  23. Port.CharacterWaitTimeout=1,0
  24. Port.BaudRate            =1,0,300,115200
  25. Port.Parity              =0,0,"n|e|o|s|m|N|E|O|S|M"
  26. Port.StopBits            =1,0,1,2
  27. Port.BaudSync            =1,0
  28. Port.MaxTxFrameDataSize  =1,0
  29. Port.MaxRxFrameDataSize  =1,0
  30. ; blocked properties
  31. FriendlyName             =0,1
  32. autocfg_mask             =1,1
  33. DevPrtClass              =0,1
  34. ; special properties
  35. Transport                =0,4
  36. ; 'hidden' properties (not shown in normal property enumeration)
  37. Port.bsync_data          =1,16
  38. Port.bsync_tout          =1,16
  39. Port.bsync_retry_tout    =1,16
  40. Port.reestablish_tout    =1,16
  41. Port.ack_tout            =1,16
  42. Port.max_retries         =1,16
  43. [cfg_xpt_map]
  44. Serial=DEVSER           ; keep these first, for prop. display purpose
  45. Parallel=DEVPAR
  46. USB=DEVUSB
  47. COM1=DEVSER
  48. COM2=DEVSER
  49. COM3=DEVSER
  50. COM4=DEVSER
  51.  
  52.  
  53. ;------------------------------------------------------------------------------
  54. ;  String Definitions
  55. ;------------------------------------------------------------------------------
  56.  
  57. [Strings]
  58. MFGNAME="MagTek"
  59. INSTDISK="MagTek Installation Disc"
  60. DESCRIPTION="MagTek MCP Usermode Serial Driver"
  61. SVCDESCRIPTION="MagTek MCP Usermode Serial Driver Service"
  62. FRIENDLYNAME="MagTek MCP Usermode Serial Driver"
  63. MCP_Root="SOFTWARE\MAGTEK\MCPUSERMODE"
  64. dev_reg_root="SOFTWARE\MAGTEK\MCPUSERMODE\Parameters\Devices"
  65. MCP_ParametersRoot="SOFTWARE\MAGTEK\MCPUSERMODE\Parameters"
  66. xpt_class_name =DevPrtClass   ; name of property to set according to [cfg_xpt_map]
  67. conn_port_name =FriendlyName   ; name of property that keeps the connection name
  68. map_path       ="SOFTWARE\MAGTEK\MCPUSERMODE\Parameters\PropertyMap"
  69. msg_dup_device     ="This device already exists"
  70. msg_dev_not_fnd    ="Specified device was not found"
  71. msg_inf_not_fnd    ="Internal error: INF file not found"
  72. msg_inf_corrupt    ="Internal error: INF file format error"
  73. msg_unk_prop       ="Specified property name is not valid"
  74. msg_invalid        ="System error - invalid parameter"
  75. msg_access         ="Access denied (administrative privilege required)"
  76. msg_overflow       ="Buffer overflow"
  77. msg_invalid1       ="Invalid parameter"
  78. msg_syntax         ="Command line syntax error"
  79. msg_no_xpt         ="Transport type not specified and cannot be deducted from given port name"
  80. msg_range          ="Specified value is out of range"
  81. msg_reg_err        ="Error in configuration database found - driver re-installation recommended"
  82. msg_device_is_open ="Can not continue: an instance of the driver is still open."
  83. msg_unknown        ="Unrecognized system error %%d(0x%%x)"
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.